home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / System / PPCReleaseDEV / LoadSegPatch / Segment.asm < prev    next >
Encoding:
Assembly Source File  |  1998-02-21  |  323 b   |  20 lines

  1.     xdef    @SegmentCode
  2.     xdef    @SegmentCode_Object
  3.     xdef    @SegmentCode_ID
  4.     xdef    @SegmentCode_End
  5.     xref    _RunElf
  6.  
  7.     identify    "text"        ;Same HUNK..-> PC Relative
  8.  
  9. @SegmentCode:
  10. ;a0=String
  11. @SegmentCode_Object:
  12.     move.l    #0,a1
  13. ;a0=String
  14. ;a1=ElfObject
  15.     jmp    _RunElf
  16. @SegmentCode_ID:
  17.     dc.b    "ELFHUNKCLUDGOMATIC",0
  18.     cnop    0,4
  19. @SegmentCode_End:
  20.